from property

String? from
override

Implementation

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

Implementation

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