UChargeInternet.fromJson constructor

UChargeInternet.fromJson(
  1. String str
)

Implementation

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