isIdString property

bool isIdString

Is the id of type String

Implementation

bool get isIdString => id is String;