FirebaseBlobConverter class
Properties
-
deriveFuture
→ Type
-
no setterinherited
-
deriveFutureOr
→ Type
-
no setterinherited
-
deriveIterable
→ Type
-
no setterinherited
-
deriveList
→ Type
-
no setterinherited
-
deriveSet
→ Type
-
no setterinherited
-
deriveStream
→ Type
-
no setterinherited
-
hashCode
→ int
-
The hash code for this object.
no setterinherited
-
isAssociated
→ bool
-
If the converter is associated with the type
T
.
Used by the DogEngine.registerAutomatic
to determine if a converter
should be automatically registered to T
.
finalinherited
-
isNullable
→ bool
-
no setterinherited
-
keepIterables
→ bool
-
If the converter should keep iterables as iterables or convert them
automatically if they occur inside a
DogStructure
.
finalinherited
-
modes
→ Map<Type, OperationMode<Blob> Function()>
-
Returns a map of
Type
s to OperationMode
factories.
no setter
-
nullable
→ TypeCapture
-
no setterinherited
-
output
→ APISchemaObject
-
Describes the converts output using openapi3 component specs.
no setterinherited
-
runtimeType
→ Type
-
A representation of the runtime type of the object.
no setterinherited
-
struct
→ DogStructure<Blob>?
-
The
DogStructure
associated with this converter and the type T
.
finalinherited
-
typeArgument
→ Type
-
no setterinherited