URecentUserItem.fromJson constructor
URecentUserItem.fromJson(
- String str
Implementation
factory URecentUserItem.fromJson(String str) => URecentUserItem.fromMap(json.decode(str));
factory URecentUserItem.fromJson(String str) => URecentUserItem.fromMap(json.decode(str));