helpers property

Map<String, dynamic Function(List, Function)>? helpers

helpers getter

Implementation

Map<String, Function(List<dynamic>, Function)>? get helpers {
  return _helpers;
}