factory EntityReference.fromJson(Map<String, dynamic> json) => EntityReference( key: json['key'], name: json['name'], type: json['type'], );