$UReasonTypeExtension extension

on

Properties

isKnownValue bool
Returns true if this is known value, otherwise false.
no setter
isNotKnownValue bool
Returns true if this is not known value, otherwise false.
no setter
isNotUnknownValue bool
Returns true if this is not unknown value, otherwise false.
no setter
isUnknownValue bool
Returns true if this is unknown value, otherwise false.
no setter
knownValue KnownReasonType
Returns known value.
no setter
knownValueOrNull KnownReasonType?
Returns known value if this data is known, otherwise null.
no setter
unknownValue String
Returns unknown value.
no setter
unknownValueOrNull String?
Returns unknown value if this data is unknown, otherwise null.
no setter

Methods

toJson() String
Returns string value.