RtcPropertyAction constructor

RtcPropertyAction(
  1. ActionType? type,
  2. String? propName,
  3. Uint8List? propValue
)

Constructs a RtcPropertyAction

Implementation

RtcPropertyAction(this.type, this.propName, this.propValue);