girocard property

Implementation

GenericPmWithTdiInfoBuilder get girocard =>
    _$this._girocard ??= GenericPmWithTdiInfoBuilder();
set girocard (GenericPmWithTdiInfoBuilder? girocard)

Implementation

set girocard(GenericPmWithTdiInfoBuilder? girocard) =>
    _$this._girocard = girocard;