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