CustomNamespace constructor

CustomNamespace({
  1. required Map<String, dynamic> customTags,
})

Constructor for the CustomNamespace class.

customTags is a map that holds the custom tags with their values.

Implementation

CustomNamespace({required this.customTags});