checkManifestConfig property Null safety

bool checkManifestConfig
@JsonKey(defaultValue: false), final

Specify whether to check the Manifest configuration Set the value to true in the debugging stage and false when the debugging is complete.

Implementation

@JsonKey(defaultValue: false)
final bool checkManifestConfig;