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

CodeGen: Handle named imports on transfer types #39

Closed
christian-thiele opened this issue Aug 7, 2022 · 0 comments
Closed

CodeGen: Handle named imports on transfer types #39

christian-thiele opened this issue Aug 7, 2022 · 0 comments

Comments

@christian-thiele
Copy link
Owner

import 'some_dto.dart' as some;

@TransferObject()
class MyDto extends _TransferObject {
    final some.SomeDto child;

    MyDto(this.child);
}

Generated code does not use named type which results in compile time error.

@christian-thiele christian-thiele closed this as not planned Won't fix, can't repro, duplicate, stale Aug 7, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Archived in project
Development

No branches or pull requests

1 participant