@override Map<String, dynamic> toJson() => { 'type': 'NamedArgument', 'identifier': identifier.toJson(), 'value': value.toJson(), };