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
e93776ae04
samples
/
web
/
github_dataviz
/
lib
/
data
/
data_series.dart
7 lines
97 B
Raw
Blame
History
class
DataSeries
{
String
label
;
List
<
int
>
series
;
DataSeries
(
this
.
label
,
this
.
series
)
;
}
Reference in new issue
View Git Blame
Copy Permalink