from property

String? get from
override

Implementation

String? get from => _$this._from;
set from (covariant String? from)
covariantoverride

Implementation

set from(covariant String? from) => _$this._from = from;