networkConfigNotSupported property Null safety

bool? networkConfigNotSupported
@JsonKey(name: '@NetworkConfigNotSupported', fromJson: nullableToBool), final

Indicates no support for network configuration.

Implementation

@JsonKey(name: '@NetworkConfigNotSupported', fromJson: nullableToBool)
final bool? networkConfigNotSupported;