$Mixin constructor

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

Implementation

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