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