CommentProperty constructor

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

Implementation

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