Logo
Explore Help
Sign In
honeymoose/angular-cn
1
0
Fork 0
You've already forked angular-cn
Code Issues Pull Requests Packages Projects Releases Wiki Activity
angular-cn/public/docs/_examples/displaying-data/dart/lib/hero.dart

10 lines
137 B
Dart
Raw Normal View History

docs(guide): add _examples/displaying-data/dart closes #434
2015-12-01 23:01:36 -07:00
// #docregion
class Hero {
docs(displaying-data): convert Dart chapter to match newish TypeScript version closes #666
2016-01-07 15:11:44 -08:00
int id;
docs(guide): add _examples/displaying-data/dart closes #434
2015-12-01 23:01:36 -07:00
String name;
docs(displaying-data): convert Dart chapter to match newish TypeScript version closes #666
2016-01-07 15:11:44 -08:00
Hero(this.id, this.name);
String toString() => '$id: $name';
docs(guide): add _examples/displaying-data/dart closes #434
2015-12-01 23:01:36 -07:00
}
// #enddocregion
Reference in New Issue Copy Permalink
Powered by Gitea Version: 1.23.1 Page: 330ms Template: 3ms
English
Bahasa Indonesia Deutsch English Español Français Gaeilge Italiano Latviešu Magyar nyelv Nederlands Polski Português de Portugal Português do Brasil Suomi Svenska Türkçe Čeština Ελληνικά Български Русский Українська فارسی മലയാളം 日本語 简体中文 繁體中文(台灣) 繁體中文(香港) 한국어
Licenses API