SIMInfoResponse constructor

SIMInfoResponse({
  1. List<SimInfoList>? simInfoList,
})

Constructs a SIMInfoResponse object.

Implementation

SIMInfoResponse({this.simInfoList});