factory SendingOptions.fromJson(Map<String, dynamic> json) { return SendingOptions( sendingEnabled: json['SendingEnabled'] as bool?, ); }