copyWith method

Type$Response copyWith({
  1. String? type,
})

Implementation

Type$Response copyWith({String? type}) {
  return Type$Response(type: type ?? this.type);
}