to property
String?
get
to
Implementation
String? get to => _$this._to;
set
to
(String? to)
Implementation
set to(String? to) => _$this._to = to;