mode property

  1. @JsonKey(toJson: heliumHotspotModeToJson, fromJson: heliumHotspotModeFromJson)
HeliumHotspotMode mode
final

The type of hotspot.

Implementation

@JsonKey(
  toJson: heliumHotspotModeToJson,
  fromJson: heliumHotspotModeFromJson,
)
final HeliumHotspotMode mode;