Skip to main content

Comment class

This class returns a Comment instance.

Constructors

Comment ({String? text, String? createdAt, User? creator, String? post, String? likeCount})

Comment.fromJson (Map<String, dynamic> json)

factory

Properties

createdAtString?

read / write

creatorUser?

read / write

hashCodeint

The hash code for this object.
read-onlyinherited

likeCountString?

read / write

postString?

read / write

runtimeTypeType

A representation of the runtime type of the object.
read-onlyinherited

textString?

read / write

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