applyUpdate method

FutureOr<RType?> applyUpdate(
  1. RType source,
  2. UType updates
)

Implementation

FutureOr<RType?> applyUpdate(RType source, UType updates) => null;