EMGroupOptions class Null safety

Constructors

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

Properties

ext → String?
read-only
hashCode → int
The hash code for this object. [...]
read-only, inherited
inviteNeedConfirm → bool?
read-only
maxCount → int?
read-only
runtimeType → Type
A representation of the runtime type of the object.
read-only, inherited
style EMGroupStyle?
read-only

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a non-existent method or property is accessed. [...]
inherited
toJson() → Map
toString() → String
A string representation of this object. [...]

Operators

operator ==(Object other) → bool
The equality operator. [...]
inherited

Static Methods

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