ComputedPropertyRequest class

A request to compute a device property associated with an placement at runtime.

Constructors

ComputedPropertyRequest.new({required ComputedPropertyRequestType type, required String placememtName})
ComputedPropertyRequest.fromJson(Map json)
factory

Properties

hashCode int
The hash code for this object.
no setterinherited
placememtName String
The name of the event used to compute the device property.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
type ComputedPropertyRequestType
The type of device property to compute.
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toPigeon() → PComputedPropertyRequest
Convert this ComputedPropertyRequest to a PComputedPropertyRequest
toString() String
A string representation of this object.
inherited

Operators

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

Static Methods

fromPigeon(PComputedPropertyRequest request) ComputedPropertyRequest
Create a ComputedPropertyRequest from a PComputedPropertyRequest