Chat class

Inheritance
Annotations
  • @JsonSerializable(explicitToJson: true, includeIfNull: false)
  • @DateTimeConverter()

Constructors

Chat({int? id, String? name, String? description, String? location, DateTime? startDate, DateTime? endDate, DateTime? createdAt, LiveSessionType? liveSessionType, PigeonholeLinks? pigeonholeLinks, int? parentSessionId, bool? anonymousMessages, bool? messageFiltering, bool? replies, bool? messagesAvailableAfterEnd})
Chat.fromJson(Map<String, dynamic> json)
factory

Properties

anonymousMessages bool?
getter/setter pair
createdAt DateTime?
getter/setter pairinherited
description String?
getter/setter pairinherited
endDate DateTime?
getter/setter pairinherited
hashCode int
The hash code for this object.
no setterinherited
id int?
getter/setter pairinherited
liveSessionType LiveSessionType?
getter/setter pairinherited
location String?
getter/setter pairinherited
messageFiltering bool?
getter/setter pair
messagesAvailableAfterEnd bool?
getter/setter pair
name String?
getter/setter pairinherited
parentSessionId int?
getter/setter pairinherited
getter/setter pairinherited
replies bool?
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
startDate DateTime?
getter/setter pairinherited

Methods

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

Operators

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