userConfigNotSupported property Null safety

bool? userConfigNotSupported
@JsonKey(name: '@UserConfigNotSupported', fromJson: nullableToBool), final

Indicates no support for user configuration.

Implementation

@JsonKey(name: '@UserConfigNotSupported', fromJson: nullableToBool)
final bool? userConfigNotSupported;