Service class

Constructors

Service(Device? device, String type, String id, String controlUrl, String eventSubUrl, String? scpdUrl, List<Action> actions, List<StateVariable> stateVariables)

Properties

actionNames List<String>
no setter
actions List<Action>
final
controlUrl String
getter/setter pair
device Device?
final
eventSubUrl String
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
id String
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
scpdUrl String?
getter/setter pair
stateVariables List<StateVariable>
final
type String
final

Methods

invokeAction(String name, Map<String, dynamic> args) Future<Map<String, String>>
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
sendToControlUrl(String name, String param) Future<String>
toString() String
A string representation of this object.
inherited

Operators

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