Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

BmobQuery中使用泛型传递表名出错 #16

Open
zz-fortune opened this issue Aug 26, 2019 · 0 comments
Open

BmobQuery中使用泛型传递表名出错 #16

zz-fortune opened this issue Aug 26, 2019 · 0 comments

Comments

@zz-fortune
Copy link

zz-fortune commented Aug 26, 2019

我的环境如下
• Flutter version 1.7.8+hotfix.4 at C:\some_explore\flutter
• Framework revision 20e59316b8 (5 weeks ago), 2019-07-18 20:04:33 -0700
• Engine revision fee001c93f
• Dart version 2.4.0

T.toString() 的结果是 BmobUser
T.runtimeType.toString() 的结果是 _Type
T is BmobUser 与 T.runtimeType is BmobUser 的结果均为 false

导致无法得到正确的表名 _User

建议修改表名传递

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant