AppInfo class

Constructors

AppInfo(String appId, int appVerType, String version, int time, {String? name, String? iconUrl, String? appIntro, String? appDeveloper, String? appCategory})

Properties

appCategory String?
MiniProgram appCategory
getter/setter pair
appDeveloper String?
Developer of MiniProgram
getter/setter pair
appId String
MiniProgram id
getter/setter pair
appIntro String?
MiniProgram description
getter/setter pair
appVerType int
MiniProgram type (release, dev, etc.). See AppVerType
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
iconUrl String?
MiniProgram icon url
getter/setter pair
name String?
MiniProgram name
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
time int
MiniProgram release time
getter/setter pair
version String
MiniProgram version
getter/setter pair

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

Static Methods

fromMap(Map<String, dynamic>? map) AppInfo?
fromOCMap(Map<Object?, Object?>? map) AppInfo?