HTTypeUnknown constructor

const HTTypeUnknown(
  1. String? id
)

Implementation

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