withDescription abstract method

TypeSpec withDescription(
  1. String description
)

Creates a copy of this spec with the given description.

Implementation

TypeSpec withDescription(String description);