isStringCollection property

bool get isStringCollection

Checks if the given this is a StringCollection.

Implementation

bool get isStringCollection => equals(StringCollection);