isNever property

  1. @override
bool get isNever
override

Return true if this type represents the type 'Never'

Implementation

@override
bool get isNever => false;