IMEI property

  1. @BuiltValueField.new(wireName: r'IMEI')
int? get IMEI

International Mobile Equipment Identity. Unique number associated with the mobile phone device.

Implementation

@BuiltValueField(wireName: r'IMEI')
int? get IMEI;