Map<String, dynamic> toJson() { final _json = <String, dynamic>{}; _json[r'scheme_id'] = schemeId; return _json; }