BlockState constructor

BlockState(
  1. Block block, [
  2. Map<String, dynamic>? properties
])

Implementation

BlockState(this.block, [this.properties]);