copyWith property

ItemLocationCopyWith<ItemLocation, ItemLocation, ItemLocation> get copyWith

Implementation

ItemLocationCopyWith<ItemLocation, ItemLocation, ItemLocation> get copyWith =>
    _ItemLocationCopyWithImpl<ItemLocation, ItemLocation>(
      this as ItemLocation,
      $identity,
      $identity,
    );