$Mixin constructor Null safety

$Mixin(
  1. {String? name,
  2. String? root}
)

Implementation

$Mixin({
  this.name,
  this.root,
});