copyWith method

Service copyWith({
  1. String? callbackUrl,
})

Implementation

Service copyWith({
  String? callbackUrl,
}) =>
    Service(
      callbackUrl: callbackUrl ?? this.callbackUrl,
    );