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