supportedEAPMethods property Null safety

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

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

Implementation

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