hasValue property

  1. @nonVirtual
  2. @override
bool hasValue
inherited

Always returns true.

Implementation

@nonVirtual
@override
bool get hasValue => true;