toggle menu
kaskad_platform
1.0.0
jvm
switch theme
search in API
ui
/
ru.sydis.ui.core.validator.interfaces
/
ValidationResult
Validation
Result
data
class
ValidationResult
(
val
isValid
:
Boolean
,
val
message
:
String
=
""
)
Members
Constructors
Validation
Result
Link copied to clipboard
constructor
(
isValid
:
Boolean
,
message
:
String
=
""
)
Properties
is
Valid
Link copied to clipboard
val
isValid
:
Boolean
message
Link copied to clipboard
val
message
:
String