supportedEAPMethods property Null safety

int supportedEAPMethods
@JsonKey(name: '@SupportedEAPMethods', fromJson: stringToInt), final

EAP Methods supported by the device. The int values refer to the IANA EAP Registry.

Implementation

@JsonKey(name: '@SupportedEAPMethods', fromJson: stringToInt)
final int supportedEAPMethods;