factory WorkflowStatusLayout.fromJson(Map<String, Object?> json) { return WorkflowStatusLayout( x: json[r'x'] as num?, y: json[r'y'] as num?, ); }