bound property

  1. @override
DartType? get bound

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

@override
DartType? get bound;