bic property

String? get bic

Implementation

String? get bic => _$this._bic;
set bic (String? bic)

Implementation

set bic(String? bic) => _$this._bic = bic;