MalformedManifestException constructor

MalformedManifestException({
  1. String? message,
})

Implementation

MalformedManifestException({
  this.message,
});