isString property

bool get isString

Implementation

bool get isString {
  return data is String;
}