HTTypeNull constructor

const HTTypeNull(
  1. String? id
)

Implementation

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