LogFlow constructor

LogFlow({
  1. required String name,
  2. required String id,
  3. Map<String, String>? customAttributes,
})

Implementation

LogFlow({required this.name, required this.id, this.customAttributes});