NovelEntity class

@Author: gstory @CreateDate: 2021/12/7 4:01 下午 @Email gstory0404@gmail.com @Description: dart类作用描述

Constructors

NovelEntity({required bool code, String? msg, List<NovelEntityData>? data})
NovelEntity.fromJson(Map<String, dynamic> jsonRes)
factory

Properties

code bool
getter/setter pair
data List<NovelEntityData>?
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
msg String?
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

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