ULoginResponse.fromJson constructor

ULoginResponse.fromJson(
  1. String str
)

Implementation

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