wifiAccess property

  1. @JsonKey(name: 'wifiAccess')
List<SemanticTagTypeWifiNetwork>? wifiAccess
final

An array of objects that represent the WiFi networks associated with the event; for example, the network name and password associated with a developer conference. Use this key for any type of pass.

Implementation

@JsonKey(name: 'wifiAccess')
final List<SemanticTagTypeWifiNetwork>? wifiAccess;