copyWithWrapped method

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

Implementation

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