addressMatch property

bool? get addressMatch

Implementation

bool? get addressMatch => _$this._addressMatch;
set addressMatch (bool? addressMatch)

Implementation

set addressMatch(bool? addressMatch) => _$this._addressMatch = addressMatch;