Returns true if the enum value represents a collection - i.e. it's list or map.
true
bool get isCollection => this == RealmValueType.list || this == RealmValueType.map;