fromJson static method

Si1TypeDef_Tuple fromJson(
  1. List list
)
override

Creates Class Object from Json

Implementation

static Si1TypeDef_Tuple fromJson(List list) => Si1TypeDef_Tuple(value: list.cast<int>());