isStringSet property

bool get isStringSet

Checks if the given this is a StringSet.

Implementation

bool get isStringSet => equals(StringSet);