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