MoveNotification constructor

MoveNotification({
  1. required Map<String, String> move,
})

Implementation

MoveNotification({required this.move});