PublicForwards constructor
PublicForwards({
- required int totalCount,
- required List<
PublicForward> forwards, - required String nextOffset,
Implementation
PublicForwards({
required this.totalCount,
required this.forwards,
required this.nextOffset,
});