ListTopicsResponse constructor

const ListTopicsResponse({
  1. required List<TopicView> topics,
})

Implementation

const factory ListTopicsResponse({required List<TopicView> topics}) = _ListTopicsResponse;