Group class

Annotations
  • @freezed

Constructors

Group({required String id, String? creatorId, String? name, String? description, String? langTag, String? metadata, String? avatarUrl, bool? open, int? edgeCount, int? maxCount, DateTime? createTime, DateTime? updateTime})
const
factory
Group.fromDto(Group dto)
factory
Group.fromJson(Map<String, Object?> json)
factory

Properties

avatarUrl String?
no setterinherited
copyWith → $GroupCopyWith<Group>
no setterinherited
createTime DateTime?
no setterinherited
creatorId String?
no setterinherited
description String?
no setterinherited
edgeCount int?
no setterinherited
hashCode int
The hash code for this object.
no setterinherited
id String
no setterinherited
langTag String?
no setterinherited
maxCount int?
no setterinherited
metadata String?
no setterinherited
name String?
no setterinherited
open bool?
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
updateTime DateTime?
no setterinherited

Methods

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

Operators

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