Conversation class Null safety

Constructors

Conversation(String conversationID, DateTime date, Member me, List<Member> members, {Message? message, bool? archive})

Properties

archive bool?
Archive.
final
conversationID String
Conversation id.
final
date DateTime
Date.
final
hashCode int
The hash code for this object.
read-onlyinherited
hints String
Gets hints.
read-only
icon Uri?
Gets icon.
read-only
me Member
Me.
final
members List<Member>
Members.
final
message Message?
Message.
read / write
runtimeType Type
A representation of the runtime type of the object.
read-onlyinherited
title String
Gets title.
read-only

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a non-existent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

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