to property

String? get to
override

Implementation

String? get to => _$this._to;
set to (covariant String? to)
covariantoverride

Implementation

set to(covariant String? to) => _$this._to = to;