ICCIDMismatch property

String get ICCIDMismatch

ICCID mismatch

Implementation

String get ICCIDMismatch {
  return Intl.message(
    'ICCID mismatch',
    name: 'ICCIDMismatch',
    desc: '',
    args: [],
  );
}