isString property

  1. @override
bool isString
override

Whether the value is a String.

Implementation

@override
bool get isString => true;