copyWith property

ItemLocationCopyWith<ItemLocation, ItemLocation, ItemLocation> copyWith

Implementation

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