open static fun empty(): Configuration!
(source)
Get an empty configuration, with no values.
Return
Configuration!: An empty configuration, with no values.
open static fun empty(@Nullable schema: Schema?): Configuration!
(source)
Get an empty configuration, associated with a validation schema.
schema
- Schema?: The validation schema for the configuration.
Return
Configuration!: An empty configuration.