supportedEAPMethods property Null safety

int? supportedEAPMethods
@JsonKey(name: '@SupportedEAPMethods', fromJson: OnvifUtil.optionalInt), final

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

Implementation

@JsonKey(name: '@SupportedEAPMethods', fromJson: OnvifUtil.optionalInt)
final int? supportedEAPMethods;