MPUserRoleCollection class

A collection of user role objects fetched from MapsIndoors. Uses MPUserRole.id as key

Inheritance

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
size int
Get the number of elements in this collection
no setterinherited

Methods

getAll() List<MPUserRole>
Fetch all elements from this collection as a list
inherited
getById(String id) MPUserRole?
Fetch an element by its identifier
inherited
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) MPUserRoleCollection?
Attempts to build a MPUserRoleCollection from a JSON object, this method will decode the object if needed