static String? fromJson_fieldName(Map<String, dynamic> json) { return (json[r'fieldName'] == null) ? null : json[r'fieldName'] as String?; }