EMGroupOptions class

Constructors

EMGroupOptions({required EMGroupStyle style, int count = 200, bool inviteNeedConfirm = false, String extension = ''})
EMGroupOptions.fromJson(Map? map)
factory

Properties

ext String?
no setter
hashCode int
The hash code for this object.
no setterinherited
inviteNeedConfirm bool?
no setter
maxCount int?
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
style EMGroupStyle?
no setter

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Map
toString() String
A string representation of this object.
override

Operators

operator ==(Object other) bool
The equality operator.
inherited

Static Methods

styleTypeFromInt(int? type) EMGroupStyle
styleTypeToInt(EMGroupStyle? type) int