ProjectListResponse constructor

ProjectListResponse({
  1. required List<Map<String, dynamic>> data,
  2. String? nextCursor,
})

Implementation

ProjectListResponse({
  required this.data,
  this.nextCursor,
});