Skip to main content

Comments class

<p>This class convert between json and object for comments.</p>

Constructors

Comments ({String? sId})

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

Convert json to dart object.

Properties

hashCodeint

The hash code for this object.
<span class="feature">read-only</span><span class="feature">inherited</span>

runtimeTypeType

A representation of the runtime type of the object.
<span class="feature">read-only</span><span class="feature">inherited</span>

sIdString?

these are dart object.
<span class="feature">read / write</span>

Methods

noSuchMethod(Invocation invocation) dynamic

Invoked when a non-existent method or property is accessed.
<span class="feature">inherited</span>

toJson() Map<String, dynamic>

Convert dart object to json.

toString() String

A string representation of this object.
<span class="feature">inherited</span>

Operators

operator ==(Object other) bool

The equality operator.
<span class="feature">inherited</span>