clone method

BoxerTableBase? clone()

Usually subclass should implement clone() method for return a new instance returned by clone() This makes it easy to switch between doTransaction and doBatch operations, and keep the origin instance unchanged

Implementation

BoxerTableBase? clone() => null;