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