bound property
DartType?
get
bound
The type representing the bound associated with this parameter.
Returns null
if this parameter does not have an explicit bound. Being
able to distinguish between an implicit and explicit bound is needed by
the instantiate to bounds algorithm.`
Implementation
DartType? get bound;