copyWith property

  1. @JsonKey.new(includeFromJson: false, includeToJson: false)
$MappitLaborHourInputCopyWith<MappitLaborHourInput> get copyWith
inherited

Create a copy of MappitLaborHourInput with the given fields replaced by the non-null parameter values.

Implementation

@JsonKey(includeFromJson: false, includeToJson: false)
@pragma('vm:prefer-inline')
$MappitLaborHourInputCopyWith<MappitLaborHourInput> get copyWith => _$MappitLaborHourInputCopyWithImpl<MappitLaborHourInput>(this as MappitLaborHourInput, _$identity);