interacCard property

GenericPmWithTdiInfoBuilder get interacCard

Implementation

GenericPmWithTdiInfoBuilder get interacCard =>
    _$this._interacCard ??= GenericPmWithTdiInfoBuilder();
set interacCard (GenericPmWithTdiInfoBuilder? interacCard)

Implementation

set interacCard(GenericPmWithTdiInfoBuilder? interacCard) =>
    _$this._interacCard = interacCard;