UTicketResponse.fromJson constructor

UTicketResponse.fromJson(
  1. String str
)

Implementation

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