deviceId property

  1. @BuiltValueField(wireName: r'device_id')
String deviceId

Mobile device id. For Android prefix the id with android: and Apple with apple:

Implementation

@BuiltValueField(wireName: r'device_id')
String get deviceId;