toJson method

Map<String, dynamic> toJson()

Creates Map from Class Object

Implementation

Map<String, dynamic> toJson() => {
      'bitStoreType': bitStoreType,
      'bitOrderType': bitOrderType,
    };