EntityReference.fromRawJson constructor
EntityReference.fromRawJson(
- String str
Implementation
factory EntityReference.fromRawJson(String str) =>
EntityReference.fromJson(json.decode(str));
factory EntityReference.fromRawJson(String str) =>
EntityReference.fromJson(json.decode(str));