RumActionId constructor

RumActionId({
  1. required List<String> id,
})

Implementation

RumActionId({required this.id});