URecentUserItem.fromJson constructor

URecentUserItem.fromJson(
  1. String str
)

Implementation

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