NEGroupResult class

群呼通用结果

Constructors

NEGroupResult({required int code, String? msg})
const

Properties

code int
响应码 (0=成功)
final
hashCode int
The hash code for this object.
no setterinherited
isSuccess bool
是否成功
no setter
msg String?
消息
final
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