MPCategory class

A categorisation for MapsIndoors objects

Properties

fields Map<String, MPDataField>?
The category's fields
latefinal
hashCode int
The hash code for this object.
no setterinherited
key String
The category's key
latefinal
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
value String
The category's value
latefinal

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

fromJson(dynamic json) MPCategory?
Attempts to build a MPCategory from a JSON object, this method will decode the object if needed