This website requires JavaScript.
Explore
Help
Sign In
iSharkFly-Docs
/
angular-docs-cn
Watch
1
Star
0
Fork
You've already forked angular-docs-cn
0
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
96137efd79
angular-docs-cn
/
public
/
docs
/
_examples
/
toh-4
/
dart
/
lib
/
hero.dart
7 lines
75 B
Dart
Raw
Blame
History
class
Hero
{
final
int
id
;
String
name
;
Hero
(
this
.
id
,
this
.
name
)
;
}
Reference in New Issue
View Git Blame
Copy Permalink