AttachResponse constructor

AttachResponse({
  1. required bool rumEnabled,
})

Implementation

AttachResponse({
  required this.rumEnabled,
});