device_before_time property

String get device_before_time

the validity period of the device has not taken effect

Implementation

String get device_before_time {
  return Intl.message(
    'the validity period of the device has not taken effect',
    name: 'device_before_time',
    desc: '',
    args: [],
  );
}