factory FieldInfo.fromJson(Map<String, dynamic> json) { return FieldInfo( name: json['Name'] as String?, ); }