fullLegalName property

String? get fullLegalName

Implementation

String? get fullLegalName => _$this._fullLegalName;
set fullLegalName (String? fullLegalName)

Implementation

set fullLegalName(String? fullLegalName) =>
    _$this._fullLegalName = fullLegalName;