HTTypeAny constructor

const HTTypeAny(
  1. String? id
)

Implementation

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