ResourceSearchResult constructor

ResourceSearchResult(
  1. {required int id,
  2. required String title,
  3. required String type}
)

Implementation

ResourceSearchResult({
  required this.id,
  required this.title,
  required this.type,
});