Info class

The general information for a form.

Constructors

Info({String? description, String? documentTitle, String? title})
Info.fromJson(Map json_)

Properties

description ↔ String?
The description of the form.
getter/setter pair
documentTitle ↔ String?
The title of the document which is visible in Drive.
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
title ↔ String?
The title of the form which is visible to responders.
getter/setter pair

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