AtGroup class

Constructors

AtGroup(String? groupName, {String? groupId, String? displayName, String? description, dynamic groupPicture, Set<AtContact>? members, Map? tags, DateTime? createdOn, DateTime? updatedOn, String? createdBy, String? updatedBy})
AtGroup.fromJson(Map json)

Properties

createdBy String?
getter/setter pair
createdOn DateTime?
getter/setter pair
description String?
getter/setter pair
displayName String?
getter/setter pair
groupId String?
getter/setter pair
groupName String?
getter/setter pair
groupPicture ↔ dynamic
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
members Set<AtContact>?
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
tags Map?
getter/setter pair
updatedBy String?
getter/setter pair
updatedOn DateTime?
getter/setter pair

Methods

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

Operators

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