copyWith abstract method

MethodInfo copyWith({
  1. int? id,
  2. String? endpoint,
  3. String? method,
})

Implementation

MethodInfo copyWith({
  int? id,
  String? endpoint,
  String? method,
});