ContactorDataListData class

Constructors

ContactorDataListData({int? id, String? code, String? pinyin, String? headerImageUrl, required String name, required String groupCode})
ContactorDataListData.fromJson(Map<String, dynamic> json)

Properties

code String?
code
getter/setter pair
groupCode String
附加标题
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
headerImageUrl String?
头像链接 有则预留位置显示头像 否则不显示
getter/setter pair
id int?
id
getter/setter pair
name String
标题内容
getter/setter pair
pinyin String?
拼音
getter/setter pair
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
toJson() Map<String, dynamic>
toString() String
A string representation of this object.
inherited

Operators

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