IMSI property

int? get IMSI

Implementation

int? get IMSI => _$this._IMSI;
set IMSI (int? IMSI)

Implementation

set IMSI(int? IMSI) => _$this._IMSI = IMSI;