PublicForwards constructor

PublicForwards({
  1. required int totalCount,
  2. required List<PublicForward> forwards,
  3. required String nextOffset,
})

Implementation

PublicForwards({
  required this.totalCount,
  required this.forwards,
  required this.nextOffset,
});