Skip to main content

ChatUser class

This class creates JSON code for chat user using the JsonSerializable package.

Annotations

: - @JsonSerializable

Constructors

[ChatUser][]

:

[ChatUser.fromJson][([[Map[<[String], dynamic>]] json])]

: ::: factory :::

Properties

[firstName] [↔ String?]

: ::: features getter/setter pair :::

[hashCode] [→ int] : The hash code for this object. ::: features no setterinherited :::

[id] [↔ String?]

: ::: features getter/setter pair :::

[image] [↔ String?]

: ::: features getter/setter pair :::

[runtimeType] [→ Type] : A representation of the runtime type of the object. ::: features no setterinherited :::

Methods

[noSuchMethod][([[Invocation] invocation]) → dynamic ] : Invoked when a nonexistent method or property is accessed. ::: features inherited :::

[toJson][ [→ Map[<[String], dynamic>]] ]

:

[toString][ [→ String] ] : A string representation of this object. ::: features inherited :::

Operators

[operator ==][([[Object] other]) [→ bool] ] : The equality operator. ::: features inherited :::

  1. talawa
  2. chat_user
  3. ChatUser class
chat_user library