isExplicitlyTyped property

  1. @override
bool isExplicitlyTyped
override

Indicates whether the parameter has an explicit type.

Implementation

@override
bool get isExplicitlyTyped => _parameters != null || _type != null;