NEGroupMediaResult class
媒体操作结果(仅包含 code 和 msg)
- Inheritance
-
- Object
- NEGroupResult
- NEGroupMediaResult
Constructors
- NEGroupMediaResult({required int code, String? msg})
-
const
- NEGroupMediaResult.fromPigeon(GroupSimpleResponse response)
-
从 Pigeon 响应创建
factory
Properties
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