isString property

bool isString

Returns true if type is String.

Implementation

bool get isString => _typeWrapper.isString;