isString property

bool get isString

Return true iff this JSON value is a String.

Implementation

bool get isString => value is String;