@override Object toJson() => { 'parent': parent, 'execution': ?execution?.toJson(), if (executionId.isNotDefault) 'executionId': executionId, };