image static method

BlockEmbed image(
  1. String source
)

Implementation

static BlockEmbed image(String source) =>
    BlockEmbed('image', data: {'source': source});