StorageInitResult constructor
const
StorageInitResult({})
Implementation
const StorageInitResult({
required this.existed,
required this.created,
required this.bucketName,
this.message = '',
this.needsFirebaseInit = false,
this.getStartedUrl,
});