isStringCollection property
bool
get
isStringCollection
Checks if the given this
is a StringCollection.
Implementation
bool get isStringCollection => equals(StringCollection);
Checks if the given this
is a StringCollection.
bool get isStringCollection => equals(StringCollection);