SetStoreAvailableAction constructor

SetStoreAvailableAction({
  1. required bool storeAvailable,
})

Implementation

SetStoreAvailableAction({required this.storeAvailable})
    : this.timestamp = DateTime.now().millisecondsSinceEpoch;