FusionChartsExportFormat class abstract

Export formats the bridge accepts.

Availability is platform-dependent; see the published support matrix. As of 2.0, Android returns all six, while iOS returns svg, csv and xlsx. FusionCharts produces no payload for the other formats in WKWebView. Requesting an unavailable format reports an export-unsupported error rather than hanging or returning an empty file.

Constructors

FusionChartsExportFormat()

Properties

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
toString() String
A string representation of this object.
inherited

Operators

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

Static Methods

isValid(String format) bool

Constants

all → const List<String>
csv → const String
jpg → const String
pdf → const String
png → const String
svg → const String
xlsx → const String