Property Spec
A generated property declaration.
Types
Link copied to clipboard
class Builder : Taggable.Builder<PropertySpec.Builder> , OriginatingElementsHolder.Builder<PropertySpec.Builder>
Content copied to clipboard
Functions
Link copied to clipboard
Returns the tag attached with type as a key, or null if no tag is attached with that key.
Returns the tag attached with type as a key, or null if no tag is attached with that key.
Link copied to clipboard
fun toBuilder(name: String = this.name, type: TypeName = this.type): PropertySpec.Builder
Content copied to clipboard