AppInfo class abstract
- Implemented types
Constructors
- AppInfo.new([void b(AppInfoBuilder)?])
-
Creates a new AppInfo object using the builder pattern.
factory
-
AppInfo.fromJson(Map<
String, dynamic> json) -
Creates a new object from the given
json
data.factory
Properties
- active → bool?
-
no setterinherited
- activity → JsonObject?
-
no setterinherited
-
no setterinherited
- backgroundJobs → JsonObject?
-
no setterinherited
- bugs → JsonObject?
-
no setterinherited
- category → JsonObject?
-
no setterinherited
- collaboration → JsonObject?
-
no setterinherited
- commands → JsonObject?
-
no setterinherited
- defaultEnable → JsonObject?
-
no setterinherited
- dependencies → JsonObject?
-
no setterinherited
- description → String
-
no setterinherited
- discussion → JsonObject?
-
no setterinherited
- documentation → JsonObject?
-
no setterinherited
- groups → JsonObject?
-
no setterinherited
- hashCode → int
-
The hash code for this object.
no setterinherited
- id → String
-
no setterinherited
- info → JsonObject?
-
no setterinherited
- internal → bool?
-
no setterinherited
- level → int?
-
no setterinherited
- licence → JsonObject?
-
no setterinherited
- name → String
-
no setterinherited
- namespace → JsonObject?
-
no setterinherited
-
no setterinherited
- preview → JsonObject?
-
no setterinherited
- previewAsIcon → bool?
-
no setterinherited
- public → JsonObject?
-
no setterinherited
- remote → JsonObject?
-
no setterinherited
- removable → bool?
-
no setterinherited
- repairSteps → JsonObject?
-
no setterinherited
- repository → JsonObject?
-
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- sabre → JsonObject?
-
no setterinherited
- screenshot → JsonObject?
-
no setterinherited
- settings → JsonObject?
-
no setterinherited
- summary → String
-
no setterinherited
- trash → JsonObject?
-
no setterinherited
- twoFactorProviders → JsonObject?
-
no setterinherited
- types → JsonObject?
-
no setterinherited
- version → String
-
no setterinherited
- versions → JsonObject?
-
no setterinherited
- website → JsonObject?
-
no setterinherited
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
rebuild(
dynamic updates(AppInfoBuilder)) → AppInfo -
Rebuilds the instance.
inherited
-
toBuilder(
) → AppInfoBuilder -
Converts the instance to a builder
B
.inherited -
toJson(
) → Map< String, dynamic> - Parses this object into a json like map.
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited
Static Properties
-
serializer
→ Serializer<
AppInfo> -
Serializer for AppInfo.
no setter