ExportOptions class
Constructors
- ExportOptions({required ExportOptionsOutputFormatEnum outputFormat, bool? excludePreviouslyExported, DateTime? createdEarliestTime, DateTime? createdOldestTime, String? filter, String? listSeparatorToken})
- Returns a new ExportOptions instance.
Properties
- createdEarliestTime ↔ DateTime?
-
getter/setter pair
- createdOldestTime ↔ DateTime?
-
getter/setter pair
- excludePreviouslyExported ↔ bool?
-
getter/setter pair
- filter ↔ String?
-
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setteroverride
- listSeparatorToken ↔ String?
-
getter/setter pair
- outputFormat ↔ ExportOptionsOutputFormatEnum
-
getter/setter pair
- 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.
override
Operators
-
operator ==(
Object other) → bool -
The equality operator.
override
Static Methods
-
fromJson(
dynamic value) → ExportOptions? -
Returns a new ExportOptions instance and imports its values from
value
if it's a Map, null otherwise. -
listFromJson(
dynamic json, {bool growable = false}) → List< ExportOptions> -
mapFromJson(
dynamic json) → Map< String, ExportOptions> -
mapListFromJson(
dynamic json, {bool growable = false}) → Map< String, List< ExportOptions> >
Constants
-
requiredKeys
→ const Set<
String> - The list of required keys that must be present in a JSON.