toggle menu
shared
13.0.0
common
switch theme
search in API
shared
/
io.anyline.tiretread.sdk.utils.validators
/
ValidationResult
Validation
Result
data
class
ValidationResult
(
val
isValid
:
Boolean
,
val
errorMessage
:
String
?
=
null
)
Members
Constructors
Validation
Result
Link copied to clipboard
constructor
(
isValid
:
Boolean
,
errorMessage
:
String
?
=
null
)
Properties
error
Message
Link copied to clipboard
val
errorMessage
:
String
?
=
null
is
Valid
Link copied to clipboard
val
isValid
:
Boolean