Options describing a secret.
Anything
Object
Basic
SecretOptions
BaseDataObject
Identifiable
no subtypes hierarchy
SecretOptions(String? secret = null, String? type = null)
secret = null
type = null
secret
shared String? secret
type
shared String? type
hash
string
toJson
shared actual default JsonObject toJson()
BaseDataObject.toJson
equals