PersistMessageResponse constructor

PersistMessageResponse({
  1. required String id,
})

Implementation

PersistMessageResponse({
  required super.id,
});