EuiccChipInfo.fromJson constructor

EuiccChipInfo.fromJson(
  1. Map json_
)

Implementation

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