copyWith property

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

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

Implementation

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