TextMediaProvider constructor

TextMediaProvider(
  1. String name,
  2. String mediaType,
  3. String text, {
  4. String? description,
})

Implementation

TextMediaProvider(String name, String mediaType, this.text,
    {String? description})
    : super(name, mediaType, null, description: description);