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
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
35aceb961e
gemini-cli-actions
main
retire-samples
cupertino-gallery
sample-app-bump
master_archived
Branches
Tags
${ item.name }
Create tag
${ searchTerm }
Create branch
${ searchTerm }
from '35aceb961e'
${ noResults }
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