$Subject constructor

$Subject({
  1. Map<String, String>? digest,
  2. String? name,
})

Implementation

$Subject({
  this.digest,
  this.name,
});