productEvents property
Returns an unmodifiable view of the product events list.
Implementation
UnmodifiableListView<ProductEvent> get productEvents =>
UnmodifiableListView(_productEvents);
Returns an unmodifiable view of the product events list.
UnmodifiableListView<ProductEvent> get productEvents =>
UnmodifiableListView(_productEvents);