ZIMGroupAttributesQueriedResult constructor

ZIMGroupAttributesQueriedResult({
  1. required String groupID,
  2. required Map<String, String> groupAttributes,
})

Implementation

ZIMGroupAttributesQueriedResult(
    {required this.groupID, required this.groupAttributes});