UUpdateResponse.fromJson constructor

UUpdateResponse.fromJson(
  1. String str
)

Implementation

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