isString property

bool get isString

If this is a String

Implementation

bool get isString => _stringChecker.isExactlyType(targetType);