order_not_device property

String order_not_device

not a device recharge order

Implementation

String get order_not_device {
  return Intl.message(
    'not a device recharge order',
    name: 'order_not_device',
    desc: '',
    args: [],
  );
}