HTTypeNever constructor

const HTTypeNever(
  1. String? id
)

Implementation

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