copyWith method

VehicleDescriptor copyWith (
  1. void updates(
    1. VehicleDescriptor
    )
)

Implementation

VehicleDescriptor copyWith(void Function(VehicleDescriptor) updates) => super.copyWith((message) => updates(message as VehicleDescriptor));