UGetStatusResponse.fromJson constructor

UGetStatusResponse.fromJson(
  1. String str
)

Implementation

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