mode property

  1. @JsonKey(toJson: _heliumHotspotModeToJson, fromJson: _heliumHotspotModeFromJson)
HeliumHotspotMode mode
final

The type of hotspot.

Implementation

@JsonKey(
  toJson: _heliumHotspotModeToJson,
  fromJson: _heliumHotspotModeFromJson,
)
final HeliumHotspotMode mode;