mixinType property

String mixinType

Implementation

String get mixinType {
  return this.mixinName + this.typeArgsWithParens;
}