UUserJson.fromJson constructor

UUserJson.fromJson(
  1. String str
)

Implementation

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