RumApplication constructor

RumApplication({
  1. required String id,
})

Implementation

RumApplication({
  required this.id,
});