BlogList class

博客列表返回结果模型

Constructors

BlogList({required JpaPageObject page, required List<Blog> list})
BlogList.fromJson(Map<String, dynamic> jsonRes)
factory

Properties

hashCode int
The hash code for this object.
no setterinherited
list List<Blog>
getter/setter pair
page JpaPageObject
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

copy() BlogList
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