BlockEmbed constructor

const BlockEmbed(
  1. String type,
  2. String data
)

Implementation

const BlockEmbed(String type, String data) : super(type, data);