MPVenueCollection class
A collection of venue objects fetched from MapsIndoors. Uses MPVenue.id as key
Properties
Methods
-
getAll(
) → List< MPVenue> -
Fetch all elements from this collection as a list
inherited
-
getById(
String id) → MPVenue? -
Fetch an element by its identifier
inherited
-
getVenueByAdminId(
String id) → MPVenue? -
Fetch a venue by its administrative
id
-
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) → MPVenueCollection? - Attempts to build a MPVenueCollection from a JSON object, this method will decode the object if needed