isInvalid property

  1. @override
bool get isInvalid
override

Return true if this type represents the type 'Invalid'

Implementation

@override
bool get isInvalid => true;