MoveHistoryNotifier constructor

MoveHistoryNotifier([
  1. MoveHistoryModel? value
])

Implementation

MoveHistoryNotifier([MoveHistoryModel? value])
    : super(value ?? MoveHistoryModel());