UBillInfoResponse.fromJson constructor

UBillInfoResponse.fromJson(
  1. String str
)

Implementation

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