areaCode property

  1. @JsonKey(name: 'areaCode')
int? areaCode
final

The region for connection. This is an advanced feature and applies to scenarios that have regional restrictions. The area codes support bitwise operation.

Implementation

@JsonKey(name: 'areaCode')
final int? areaCode;