wifiAccess property
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;