ProjectInfo constructor
ProjectInfo({})
Implementation
ProjectInfo({
required this.projectId,
required this.serverAddress,
required this.licenseKey,
required this.googleMapKey,
required this.iOSContainerId,
this.storageFolderName="",
this.isTrialLicenceKey=true,
this.enableMobileNumberLogin=true,
});