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