is_string property

bool get is_string

Implementation

bool get is_string => data?.value is String;