fromJson static method

Si1TypeDefBitSequence fromJson(
  1. Map<String, dynamic> map
)

Creates Class Object from Json

Implementation

static Si1TypeDefBitSequence fromJson(Map<String, dynamic> map) =>
    Si1TypeDefBitSequence(
      bitStoreType: map['bitStoreType'],
      bitOrderType: map['bitOrderType'],
    );