ReceiveRange class

本地用户能收听到、且具有衰减效果的音频接收范围

Properties

hashCode int
The hash code for this object.
no setterinherited
max int
最大距离值,该值须 > 0 且 ≥ min
getter/setter pair
min int
最小距离值,须 ≥ 0,但 ≤ max
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

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