UDormResponse.fromJson constructor

UDormResponse.fromJson(
  1. String str
)

Implementation

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