VMyGroupSettings class

Constructors

VMyGroupSettings({required String creatorId, Map<String, dynamic>? pinMsg, Map<String, dynamic>? extraData, String? desc, required String createdAt})
const
VMyGroupSettings.empty()
VMyGroupSettings.fromMap(Map<String, dynamic> map)
factory

Properties

createAtDate DateTime
no setter
createdAt String
final
creatorId String
final
desc String?
final
extraData Map<String, dynamic>?
final
hashCode int
The hash code for this object.
no setteroverride
isMeCreator bool
no setter
pinMsg Map<String, dynamic>?
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

copyWith({String? creatorId, Map<String, dynamic>? pinMsg, Map<String, dynamic>? extraData, String? desc, String? createdAt}) VMyGroupSettings
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toMap() Map<String, dynamic>
toString() String
A string representation of this object.
override

Operators

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