RumActionFrustration constructor

RumActionFrustration({
  1. required List<RumFrustrationType> type,
})

Implementation

RumActionFrustration({
  required this.type,
});