DescriptionProperty constructor

DescriptionProperty(
  1. String value, {
  2. Uri? alternateTextRepresentation,
  3. Locale? locale,
})

Implementation

DescriptionProperty(
  String value, {
  this.alternateTextRepresentation,
  this.locale,
}) : super("DESCRIPTION", TextValue(value));