EChartPieBean class

创建人: Created by zhaolong 创建时间:Created by on 2020/12/2.

可关注公众号:我的大前端生涯 获取最新技术分享 可关注网易云课堂:https://study.163.com/instructor/1021406098.htm 可关注博客:https://blog.csdn.net/zl18603543572

代码清单 代码清单

Constructors

EChartPieBean({dynamic id, String title = '', int number = 100, Color color = Colors.blue, bool isClick = false})

Properties

color Color
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
id ↔ dynamic
getter/setter pair
isClick bool
getter/setter pair
number int
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
title String
getter/setter pair

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited