DeleteContactEvent constructor

const DeleteContactEvent({
  1. @required String? tid,
})

Implementation

const DeleteContactEvent({@required this.tid})
    : assert(tid != null),
      super();