copyWithWrapped method

Type$Response copyWithWrapped({
  1. Wrapped<String?>? type,
})

Implementation

Type$Response copyWithWrapped({Wrapped<String?>? type}) {
  return Type$Response(type: (type != null ? type.value : this.type));
}