copyWith method

CustomRequestResult copyWith({
  1. String? result,
})

Implementation

CustomRequestResult copyWith({String? result}) =>
    CustomRequestResult(result: result ?? this.result);