RemoveEsimParams.fromJson constructor

RemoveEsimParams.fromJson(
  1. Map json_
)

Implementation

RemoveEsimParams.fromJson(core.Map json_)
  : this(iccId: json_['iccId'] as core.String?);