FdcExportWriterOptions class abstract

Marker base type for format-specific writer configuration.

Pass an instance through FdcExporter.exportDataSet or FdcExporter.exportRows; the selected writer is responsible for validating and interpreting the concrete subtype.

Extension packages can define strongly typed option objects without making the Community package depend on those packages.

Constructors

FdcExportWriterOptions()
Creates a FdcExportWriterOptions.
const

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