EditableBlock constructor

EditableBlock(
  1. int id,
  2. BlockType type
)

Implementation

EditableBlock(this.id, this.type);