DriveComment class

File comment model class.

Mixed in types

Constructors

DriveComment({String? position, DriveUser? creator, String? description, DateTime? createdTime, bool? deleted, String? htmlDescription, List<DriveReply>? replies, String? id, String? category, DateTime? editedTime, QuotedContent? quotedComment, bool? resolved})
DriveComment.fromJson(String source)
factory
DriveComment.fromMap(Map<String, dynamic> map)
factory

Properties

category String?
Resource type.
getter/setter pair
createdTime DateTime?
Time when the comment is created.
getter/setter pair
creator DriveUser?
Information about the user who creates a comment.
getter/setter pair
deleted bool?
Whether a comment is deleted.
getter/setter pair
description String?
Comment content.
getter/setter pair
editedTime DateTime?
Last modification time of a comment.
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
htmlDescription String?
Comment in HTML format.
getter/setter pair
id String?
Comment ID.
getter/setter pair
paramsToSet Map<String, dynamic>?
getter/setter pairinherited
position String?
File position in JSON format.
getter/setter pair
quotedComment QuotedContent?
Content of a commented file.
getter/setter pair
replies List<DriveReply>?
All replies to a comment.
getter/setter pair
resolved bool?
Whether a comment is resolved by one of its replies.
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
setParams(String fieldName, dynamic value) → void
inherited
toJson() String
toMap() Map<String, dynamic>
toString() String
A string representation of this object.
override

Operators

operator ==(Object other) bool
The equality operator.
inherited