fromJson static method
Creates Class Object from Json
Implementation
static Si1TypeDef_Tuple fromJson(List list) =>
Si1TypeDef_Tuple(value: list.cast<int>());
Creates Class Object from Json
static Si1TypeDef_Tuple fromJson(List list) =>
Si1TypeDef_Tuple(value: list.cast<int>());