NUIAppVersionItem class

Inheritance

Constructors

NUIAppVersionItem.empty()

Properties

active bool?
getter/setter pair
buildNumber int?
getter/setter pair
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
message String?
getter/setter pair
platform String?
getter/setter pair
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
title String?
getter/setter pair
updateLevel int?
getter/setter pair
version String?
getter/setter pair

Methods

fromJson(Map<String, dynamic> json) NUIAppVersionItem
inherited
mapper() → NUIEntMapper<NUIAppVersionItem>
override
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Map<String, dynamic>
inherited
toMap() Map<String, dynamic>
inherited
toMapQuery({Map<NUIEntType, EntCustomerMapper>? customMapper}) Map<String, dynamic>
inherited
toString() String
A string representation of this object.
inherited

Operators

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

Constants

LEVEL_FORCE_UPDATE → const int
LEVEL_HIDDEN → const int
LEVEL_NO_PROMPT → const int
LEVEL_NONE → const int
LEVEL_NOT_SUPPORTED → const int
LEVEL_PROMPT → const int
STATUS_ACTIVE → const int
STATUS_INACTIVE → const int