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

dart 공부해야할 표현 #4

Open
1 task
kangsudal opened this issue Nov 6, 2019 · 1 comment
Open
1 task

dart 공부해야할 표현 #4

kangsudal opened this issue Nov 6, 2019 · 1 comment

Comments

@kangsudal
Copy link
Owner

kangsudal commented Nov 6, 2019

  • assert , <:> , .from() 의미
ListModel({Iterable<E> initItems})
 : _items = List<E>.from(initItems ?? <E>[]);
@kangsudal
Copy link
Owner Author

kangsudal commented Nov 9, 2019

  • enum 의미
    enum Departments { Production, Research, Purchasing, Marketing, Accounting }

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