isStringType property

bool isStringType

Returns true if type is String.

Implementation

bool get isStringType => type == String;