ApplicationV1 class

Constructors

ApplicationV1({String id, MultiString name, MultiString description, String product, String group, String copyrights, String url, String icon, int min_ver, int max_ver, List<String> access_rights})

Properties

access_rights ↔ List<String>
read / write
copyrights ↔ String
read / write
description ↔ MultiString
read / write
group ↔ String
read / write
icon ↔ String
read / write
id ↔ String
The unique object identifier of type K.
read / write
max_ver ↔ int
read / write
min_ver ↔ int
read / write
name ↔ MultiString
read / write
product ↔ String
read / write
url ↔ String
read / write
hashCode → int
The hash code for this object. [...]
read-only, inherited
runtimeType → Type
A representation of the runtime type of the object.
read-only, inherited

Methods

fromJson(Map<String, dynamic> json) → void
toJson() → Map<String, dynamic>
noSuchMethod(Invocation invocation) → dynamic
Invoked when a non-existent method or property is accessed. [...]
inherited
toString() → String
Returns a string representation of this object.
inherited

Operators

operator ==(dynamic other) → bool
The equality operator. [...]
inherited