update<T> method

  1. @override
UpdateStep<T> update<T>([
  1. Type? type
])
override

Starts a new update statement for the specified type from this Box.

Implementation

@override
UpdateStep<T> update<T>([Type? type]) {
  // TODO: implement update
  throw UnimplementedError();
}