RtcPropertyAction class

Property action type.

@brief 属性操作类型。

Constructors

RtcPropertyAction(ActionType? type, String? propName, Uint8List? propValue)
Constructs a RtcPropertyAction

Properties

hashCode int
The hash code for this object.
no setterinherited
propName String?
The property name.
final
propValue Uint8List?
The property value.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
type ActionType?
Action type.
final

Methods

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