This website works better with JavaScript.
欢迎来到马士兵代码仓库
Sign In
msb-public
/
samples
mirror of
https://github.com/flutter/samples.git
Watch
1
Star
0
Code
Issues
Projects
Releases
Wiki
Activity
556ffe3dc4
samples
/
web
/
github_dataviz
/
lib
/
data
/
stat_for_week.dart
7 lines
94 B
Raw
Blame
History
class
StatForWeek
{
int
weekIndex
;
int
stat
;
StatForWeek
(
this
.
weekIndex
,
this
.
stat
)
;
}
Reference in new issue
View Git Blame
Copy Permalink