NEGroupInviteResult class
邀请成员结果
- Inheritance
-
- Object
- NEGroupResult
- NEGroupInviteResult
Constructors
- NEGroupInviteResult({required int code, String? msg})
-
const
- NEGroupInviteResult.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