Mixin constructor

Mixin([
  1. void updates(
    1. MixinBuilder b
    )
])

Implementation

factory Mixin([void Function(MixinBuilder b) updates]) = _$Mixin;