V2TimGroupAtInfo constructor

V2TimGroupAtInfo({
  1. required String seq,
  2. required int atType,
})

Implementation

V2TimGroupAtInfo({
  required this.seq,
  required this.atType,
});