DashboardPublishOptions class

Dashboard publish options.

Constructors

DashboardPublishOptions.new({AdHocFilteringOption? adHocFilteringOption, ExportToCSVOption? exportToCSVOption, SheetControlsOption? sheetControlsOption})

Properties

adHocFilteringOption AdHocFilteringOption?
Ad hoc (one-time) filtering option.
final
exportToCSVOption ExportToCSVOption?
Export to .csv option.
final
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
sheetControlsOption SheetControlsOption?
Sheet controls option.
final

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