Implementation
Map<String, dynamic> get asJson => {
'assignedto_id': assignedtoId,
'blocked_count': blockedCount,
'completed_on': completedOn?.millisecondsSinceEpoch,
'config_ids': configIds,
'config': config,
'created_by': createdBy,
'created_on': createdOn?.millisecondsSinceEpoch,
'custom_status1_count': customStatus1Count,
'custom_status2_count': customStatus2Count,
'custom_status3_count': customStatus3Count,
'custom_status4_count': customStatus4Count,
'custom_status5_count': customStatus5Count,
'custom_status6_count': customStatus6Count,
'custom_status7_count': customStatus7Count,
'description': description,
'failed_count': failedCount,
'id': id,
'include_all': includeAll,
'is_completed': isCompleted,
'milestone_id': milestoneId,
'name': name,
'passed_count': passedCount,
'plan_id': planId,
'project_id': projectId,
'refs': refs,
'retest_count': retestCount,
'suite_id': suiteId,
'untested_count': untestedCount,
'updated_on': updatedOn?.millisecondsSinceEpoch,
'url': url,
};