HTTypeVoid constructor

const HTTypeVoid(
  1. String? id
)

Implementation

const HTTypeVoid(super.id) : super(isTop: false, isBottom: true);