UDormBedCreateParams.fromJson constructor

UDormBedCreateParams.fromJson(
  1. String str
)

Implementation

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