BatchUserAttribute constructor
BatchUserAttribute({
- required BatchUserAttributeType type,
- required dynamic value,
Implementation
BatchUserAttribute({required this.type, required this.value});