AAListTemplate constructor
AAListTemplate({})
Implementation
AAListTemplate({
required this.title,
required this.sections,
this.emptyViewTitleVariants,
this.tabTitle,
this.systemIcon,
this.iconUrl,
String? id,
}) : _elementId = id ?? const Uuid().v4();