BreezemoonContent class

清风明月内容

Constructors

BreezemoonContent({String authorName = '', String updated = '', String oId = '', String created = '', String thumbnailURL48 = '', String timeAgo = '', String content = '', String createTime = '', String city = ''})
BreezemoonContent.from(Map<String, dynamic> data)

Properties

authorName String
发布者用户名
getter/setter pair
city String
发布城市(可能为空,请注意做判断)
getter/setter pair
content String
正文
getter/setter pair
created String
创建时间
getter/setter pair
createTime String
创建时间
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
oId String
清风明月ID
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
thumbnailURL48 String
发布者头像URL
getter/setter pair
timeAgo String
发布时间
getter/setter pair
updated String
最后更新时间
getter/setter pair

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.
override

Operators

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