entityReference property

String? get entityReference

Implementation

String? get entityReference => _$this._entityReference;
set entityReference (String? entityReference)

Implementation

set entityReference(String? entityReference) =>
    _$this._entityReference = entityReference;