from property
String?
get
from
Implementation
String? get from => _$this._from;
set
from
(String? from)
Implementation
set from(String? from) => _$this._from = from;