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