CommentAdapter class
Inheritance
: - Object
- TypeAdapter[<[Comment]>]
- CommentAdapter
Constructors
:
Properties
[hashCode] [→ int] : The hash code for this object. ::: features no setteroverride :::
[runtimeType] [→ Type] : A representation of the runtime type of the object. ::: features no setterinherited :::
[typeId] [→ int] : Called for type registration ::: features final :::
Methods
[noSuchMethod][([[Invocation] invocation]) → dynamic ] : Invoked when a nonexistent method or property is accessed. ::: features inherited :::
[read][([[BinaryReader] reader]) [→ Comment] ] : Is called when a value has to be decoded. ::: features override :::
[toString][ [→ String] ] : A string representation of this object. ::: features inherited :::
[write][([[BinaryWriter] writer, ][[Comment] obj]) → void ] : Is called when a value has to be encoded. ::: features override :::
Operators
[operator ==][([[Object] other]) [→ bool] ] : The equality operator. ::: features override :::
- talawa
- comment_model
- CommentAdapter class