Group class

Inheritance

Constructors

Group({required String guid, String owner = '', required String name, String? icon, String? description, bool hasJoined = false, int membersCount = 0, DateTime? createdAt, DateTime? joinedAt, DateTime? updatedAt, Map<String, dynamic>? metadata, List<String> tags = const [], required String type, String? scope, String? password})
Group.fromMap(dynamic map)
factory

Properties

createdAt DateTime?
read / write
description String?
read / write
guid String
read / write
hashCode int
The hash code for this object.
read-onlyinherited
hasJoined bool
read / write
icon String?
read / write
joinedAt DateTime?
read / write
membersCount int
read / write
metadata Map<String, dynamic>?
read / write
name String
read / write
owner String
read / write
password String?
read / write
runtimeType Type
A representation of the runtime type of the object.
read-onlyinherited
scope String?
read / write
tags List<String>
read / write
type String
read / write
updatedAt DateTime?
read / write

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Map<String, dynamic>
Function internally used to convert object to map
toMap() Map<String, dynamic>
Returns map of item
toString() String
A string representation of this object.
override

Operators

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