Si1TypeDef_Tuple class
- Inheritance
-
- Object
- Si1TypeDef
- Si1TypeDef_Tuple
Constructors
-
Si1TypeDef_Tuple({required List<
int> value}) -
const
Properties
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toJson(
) → Map< String, dynamic> -
Creates
Map
from Class Objectoverride -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited
Static Methods
-
fromJson(
List list) → Si1TypeDef_Tuple -
Creates Class Object from
Json
override