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