Property getter and setter for from:
String? get from => _from;
set from(String? from) { this._from = from; wrapped['from'] = jsonLiteral(from); }