$APIErrorCopyWith<$Res> constructor

$APIErrorCopyWith<$Res>(
  1. APIError value,
  2. $Res then(
    1. APIError
    )
)

Implementation

factory $APIErrorCopyWith(APIError value, $Res Function(APIError) then) =
    _$APIErrorCopyWithImpl<$Res>;