BatchUserAttribute constructor

BatchUserAttribute(
  1. {required BatchUserAttributeType type,
  2. required dynamic value}
)

Implementation

BatchUserAttribute({required this.type, required this.value});