factory FlowNodeStatus.fromJson(Map<String, dynamic> json) { return FlowNodeStatus( status: json['status'] ?? '', name: json['name'] ?? '', ); }