ReadDataService class

Constructors

ReadDataService({required String serverUrl, required String id, String? apiKey, required String fmt, bool isPrivate = false, Map<String, dynamic>? options})

Properties

apiKey String?
getter/setter pair
fmt String
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
id String
getter/setter pair
isPrivate bool
getter/setter pair
options Map<String, dynamic>?
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
serverUrl String
getter/setter pair

Methods

get() Future
getField(String field) Future
getLastDataAge(String field) Future
getLastStatusAge() Future
getStatus() Future
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