USimCardResponse.fromJson constructor

USimCardResponse.fromJson(
  1. String str
)

Implementation

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