Map<String, dynamic> toJson() => { 'type': type.name, 'label': label, 'target': target, 'metadata': metadata, };