factory RelationBean.fromJson(Map<String, Object?> json) { return RelationBean( id: json[r'id'] as String?, self: json[r'self'] as String?, ); }