EmbedAttribute.image constructor

EmbedAttribute.image(
  1. String source
)

Implementation

EmbedAttribute.image(String source)
    : this._(<String, dynamic>{'type': _kImageEmbed, 'source': source});