type property

  1. @JsonKey(includeFromJson: false, includeToJson: false)
String type

The device type identifier

Implementation

@JsonKey(includeFromJson: false, includeToJson: false)
String get type => jsonType;