manifest function

Attribute<ManifestAttr> manifest(
  1. String value
)

Implementation

Attribute<ManifestAttr> manifest(String value) {
  return Attribute('manifest', value);
}