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