UChargeInternetPreDefinedAmounts.fromMap constructor
Implementation
factory UChargeInternetPreDefinedAmounts.fromMap(Map<String, dynamic> json) => UChargeInternetPreDefinedAmounts(
title: json["title"],
amount: (json["amount"] as num).toDouble(),
);