bound property
DartType?
get
bound
Return the type representing the bound associated with this parameter, or
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;