ActionsBlock constructor

ActionsBlock({
  1. required List<Map<String, dynamic>> elements,
})

Implementation

ActionsBlock({required this.elements});