toSimCardInfoDatas method

List<SimCardInfoData> toSimCardInfoDatas()

Implementation

List<SimCardInfoData> toSimCardInfoDatas() {
  return map((e) {
    return e.toSimCardInfoData();
  }).toList();
}