This website requires JavaScript.
Explore
Help
Register
Sign In
kresnarizky
/
MIF_E31211879
Watch
1
Star
0
Fork
You've already forked MIF_E31211879
0
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
d8c19924e2
MIF_E31211879
/
lib
/
model
/
piechart.dart
7 lines
92 B
Dart
Raw
Blame
History
class
Data
{
Data
(
this
.
label
,
this
.
value
)
;
final
String
label
;
final
double
value
;
}
Reference in New Issue
View Git Blame
Copy Permalink