maxStorageConfigurations property Null safety

int maxStorageConfigurations
@JsonKey(name: '@MaxStorageConfigurations', fromJson: int.parse), final

Indicates maximum number of storage configurations supported.

Implementation

@JsonKey(name: '@MaxStorageConfigurations', fromJson: int.parse)
final int maxStorageConfigurations;