gpt4 book ai didi

class - 在 Dart 中,如何确定两个实例是否具有相同的类型?

转载 作者:行者123 更新时间:2023-12-02 00:00:45 24 4
gpt4 key购买 nike

假设我的代码中有两个实例,但我不知道它们的类型。如何检查?

如果在 Java 中,我可以使用以下代码:

a.getClass() == b.getClass()

但是在 Dart 中,我找不到类似的方法。虽然有 dart:mirrors提供 reflect(instance)函数,这可能让我这样做,但我不确定这是否是正确的解决方案,因为它看起来很复杂。

最佳答案

a.runtimeType == b.runtimeType

关于class - 在 Dart 中,如何确定两个实例是否具有相同的类型?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/21556107/

24 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com