Actions constructor

Actions({
  1. required Map<String, dynamic> json,
})

Implementation

Actions({required this.json});