PlaceRepository class

Constructors

PlaceRepository()

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

doom(int doomId) Future<Map<String, dynamic>>
doomAll() Future<List<Map<String, dynamic>>>
doomFacil(int doomFacilId) Future<Map<String, dynamic>>
doomFacilAll() Future<List<Map<String, dynamic>>>
doomRoom(int doomRoomId) Future<Map<String, dynamic>>
doomRoomAll() Future<List<Map<String, dynamic>>>
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
outsideFacil(int outsideFacilId) Future<Map<String, dynamic>>
outsideFacilAll() Future<List<Map<String, dynamic>>>
position(int id) Future<Map<String, dynamic>>
positionAll() Future<List<Map<String, dynamic>>>
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited