func Optional()

in isdef/dsl.go [53:57]


func Optional(id IsDef) IsDef {
	id.Name = "Optional " + id.Name
	id.Optional = true
	return id
}