AiuiData class

结构化数据表示

Constructors

AiuiData({String? header, dynamic result})
const
AiuiData.fromJson(Map json)
factory

Properties

hashCode int
The hash code for this object.
no setterinherited
导语部分
final
result → dynamic
结构化数据;如果没有查到数据,此字段不返回。参照后续不同技能的定义
final
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