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