fromJson static method
Creates Class Object from Json
Implementation
static Si1TypeDefBitSequence fromJson(Map<String, dynamic> map) =>
Si1TypeDefBitSequence(
bitStoreType: map['bitStoreType'],
bitOrderType: map['bitOrderType'],
);