isCollection property

bool isCollection

Returns true if the enum value represents a collection - i.e. it's list or map.

Implementation

bool get isCollection => this == RealmValueType.list || this == RealmValueType.map;