CellTreeEvent class

Implementers
Annotations
  • @freezed

Constructors

CellTreeEvent.add({required dynamic id})
const
factory
CellTreeEvent.remove({required dynamic id})
const
factory

Properties

copyWith → $CellTreeEventCopyWith<CellTreeEvent>
no setterinherited
hashCode int
The hash code for this object.
no setterinherited
id → dynamic
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

map<TResult extends Object?>({required TResult add(AddCellEvent value), required TResult remove(RemoveCellEvent value)}) → TResult
inherited
mapOrNull<TResult extends Object?>({TResult? add(AddCellEvent value)?, TResult? remove(RemoveCellEvent value)?}) → TResult?
inherited
maybeMap<TResult extends Object?>({TResult add(AddCellEvent value)?, TResult remove(RemoveCellEvent value)?, required TResult orElse()}) → TResult
inherited
maybeWhen<TResult extends Object?>({TResult add(dynamic id)?, TResult remove(dynamic id)?, required TResult orElse()}) → TResult
inherited
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited
when<TResult extends Object?>({required TResult add(dynamic id), required TResult remove(dynamic id)}) → TResult
inherited
whenOrNull<TResult extends Object?>({TResult? add(dynamic id)?, TResult? remove(dynamic id)?}) → TResult?
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited