DocsDestination class

Google Docs location where the transcript file is saved.

Constructors

DocsDestination.new({String? document, String? exportUri})
DocsDestination.fromJson(Map json_)

Properties

document String?
The document ID for the underlying Google Docs transcript file.
getter/setter pair
exportUri String?
URI for the Google Docs transcript file.
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
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
toJson() Map<String, dynamic>
toString() String
A string representation of this object.
inherited

Operators

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