containerType property
The configured container type for this collection.
Implementation
@override
ContainerType get containerType {
try {
return record.container;
} catch(_) {
return ContainerType.create<E,I>();
}
}
The configured container type for this collection.
@override
ContainerType get containerType {
try {
return record.container;
} catch(_) {
return ContainerType.create<E,I>();
}
}