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

feat: support generic types #29

Closed
felangel opened this issue May 27, 2024 · 0 comments · Fixed by #40
Closed

feat: support generic types #29

felangel opened this issue May 27, 2024 · 0 comments · Fixed by #40
Assignees
Labels
enhancement New feature or request

Comments

@felangel
Copy link
Owner

Description

Currently, it's not possible to annotate classes with generic types.

@Data()
class MyClass<T> {
  final T value;
}

This is blocked on dart-lang/sdk#55762

@felangel felangel self-assigned this May 27, 2024
@felangel felangel added the enhancement New feature or request label Jun 8, 2024
@felangel felangel mentioned this issue Oct 16, 2024
8 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant