Map<String, dynamic> toJson() { final _json = <String, dynamic>{}; if (status != null) { _json[r'status'] = status; } return _json; }