A2uiSchemaKeyword.Default


class A2uiSchemaKeyword.Default<T : Any?> : A2uiSchemaKeyword


Default value for the schema property (default).

Summary

Public constructors

<T : Any?> Default(value: T)

Public functions

open operator Boolean
equals(other: Any?)
open Int
open String

Public properties

T

default value for the property

Public constructors

Default

<T : Any?> Default(value: T)

Public functions

equals

open operator fun equals(other: Any?): Boolean

hashCode

open fun hashCode(): Int

toString

open fun toString(): String

Public properties

value

Added in 1.0.0-alpha01
val value: T

default value for the property