Creates a ManagedSet from an Iterable
of InstanceType
s.
Source
ManagedSet.from(Iterable<InstanceType> items) { _innerValues = items.toList(); entity = ManagedContext.defaultContext.dataModel.entityForType(InstanceType); }
Creates a ManagedSet from an Iterable
of InstanceType
s.
ManagedSet.from(Iterable<InstanceType> items) { _innerValues = items.toList(); entity = ManagedContext.defaultContext.dataModel.entityForType(InstanceType); }