ChartType enum

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

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

Inheritance

Constructors

ChartType()
const

Values

PIE → const ChartType
LINE → const ChartType
BAR → const ChartType

Properties

hashCode int
The hash code for this object.
no setterinherited
index int
A numeric identifier for the enumerated value.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

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

Constants

values → const List<ChartType>
A constant List of the values in this enum, in order of their declaration.