WorkflowListResponse constructor

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

Implementation

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