Dashboard class
Official notice board
Constructors
- Dashboard.new({required int? id, required String? category, required String? url, required String? name, required int? nuts3Id, required String? nuts3Name, required int? nuts4Id, required String? nuts4Name, required int? ico, required String? abbreviation, required int? parentId, required String? parentName, required int? ruianCode})
-
const
- Dashboard.fromXML(XmlElement element)
- Creates dashboard from parsed XML.
Properties
- abbreviation → String?
-
Public authority abbreviation
final
- category → String?
-
Dashboard category (samosprava, struktura, instituce)
final
- hashCode → int
-
The hash code for this object.
no setteroverride
- ico → int?
-
Public authority identification number (ICO)
final
- id → int?
-
Dashboard ID
final
- name → String?
-
Dashboard name
final
- nuts3Id → int?
-
Region ID
(Nomenclature of Units for Territorial Statistics)
final
- nuts3Name → String?
-
Region name
(Nomenclature of Units for Territorial Statistics)
final
- nuts4Id → int?
-
District ID
(Nomenclature of Units for Territorial Statistics)
final
- nuts4Name → String?
-
District name
(Nomenclature of Units for Territorial Statistics)
final
- parentId → int?
-
ID of parent dashboard
final
- parentName → String?
-
Name of parent dashboard
final
- ruianCode → int?
-
RUIAN code
(Registry of Territorial Identification, Addresses and Real Estate)
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- url → String?
-
Edesky URL
(https://edesky.cz/desky/
final
Methods
-
copyWidth(
{int? id, String? category, String? url, String? name, int? nuts3Id, String? nuts3Name, int? nuts4Id, String? nuts4Name, int? ico, String? abbreviation, int? parentId, String? parentName, int? ruianCode}) → Dashboard - Creates a copy of this dashboard but with the given fields replaced with the new values.
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
override
Operators
-
operator ==(
Object other) → bool -
The equality operator.
override