CustomBlockEmbed constructor

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

Implementation

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