isExactlyType method
Returns true
if representing the exact same type as staticType
.
Implementation
bool isExactlyType(DartType? staticType) => isExactly(staticType?.element);
Returns true
if representing the exact same type as staticType
.
bool isExactlyType(DartType? staticType) => isExactly(staticType?.element);