cup property

Implementation

GenericPmWithTdiInfoBuilder get cup =>
    _$this._cup ??= GenericPmWithTdiInfoBuilder();

Implementation

set cup(GenericPmWithTdiInfoBuilder? cup) => _$this._cup = cup;