mc property

Implementation

GenericPmWithTdiInfoBuilder get mc =>
    _$this._mc ??= GenericPmWithTdiInfoBuilder();

Implementation

set mc(GenericPmWithTdiInfoBuilder? mc) => _$this._mc = mc;