Sub2ApiAdminJsonBool class final
JSON boolean metadata value.
- Inheritance
-
- Object
- Sub2ApiAdminJsonValue
- Sub2ApiAdminJsonBool
Constructors
- Sub2ApiAdminJsonBool(bool value)
-
const
Properties
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
-
toWire(
) → Object -
Converts this typed value to the package-internal JSON wire shape.
override
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited