ContextBlock constructor

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

Implementation

ContextBlock({required this.elements});