hasStringData property

bool get hasStringData

Returns true if the data is a string

Implementation

bool get hasStringData => data is String;