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