NIMTeamUpdatedFields class Null safety

Fields to be updated

Annotations
  • @JsonSerializable()

Constructors

NIMTeamUpdatedFields({String? updatedAnnouncement, NIMTeamBeInviteModeEnum? updatedBeInviteMode, String? updatedExtension, String? updatedServerExtension, String? updatedIcon, String? updatedIntroduce, NIMTeamInviteModeEnum? updatedInviteMode, int? updatedMaxMemberCount, String? updatedName, NIMTeamExtensionUpdateModeEnum? updatedExtensionUpdateMode, NIMTeamUpdateModeEnum? updatedUpdateMode, NIMVerifyTypeEnum? updatedVerifyType, NIMTeamAllMuteModeEnum? updatedAllMuteMode})
NIMTeamUpdatedFields.fromMap(Map map)
factory

Properties

hashCode int
The hash code for this object.
read-only, inherited
runtimeType Type
A representation of the runtime type of the object.
read-only, inherited
updatedAllMuteMode NIMTeamAllMuteModeEnum?
final
updatedAnnouncement String?
final
updatedBeInviteMode NIMTeamBeInviteModeEnum?
final
updatedExtension String?
final
updatedExtensionUpdateMode NIMTeamExtensionUpdateModeEnum?
final
updatedIcon String?
final
updatedIntroduce String?
final
updatedInviteMode NIMTeamInviteModeEnum?
final
updatedMaxMemberCount int?
final
updatedName String?
final
updatedServerExtension String?
final
updatedUpdateMode NIMTeamUpdateModeEnum?
final
updatedVerifyType NIMVerifyTypeEnum?
final

Methods

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

Operators

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