Skip to main content

Comments class

This class convert between json and object for comments.

Constructors

Comments ({String? sId})

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

Convert json to dart object.

Properties

hashCodeint

The hash code for this object.
read-onlyinherited

runtimeTypeType

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

sIdString?

these are dart object.
read / write

Methods

noSuchMethod(Invocation invocation) dynamic

Invoked when a non-existent method or property is accessed.
inherited

toJson() Map<String, dynamic>

Convert dart object to json.

toString() String

A string representation of this object.
inherited

Operators

operator ==(Object other) bool

The equality operator.
inherited