UUserResponse.fromJson constructor

UUserResponse.fromJson(
  1. String str
)

Implementation

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