poster function

Attribute<PosterAttr> poster(
  1. String value
)

Implementation

Attribute<PosterAttr> poster(String value) {
  return Attribute('poster', value);
}