AquaticConverter class abstract

Implementers

Constructors

AquaticConverter({List<String>? allowedFileExtensions, List<ContentType>? allowedContentTypes})

Properties

allowedContentTypes List<ContentType>
final
allowedFileExtensions List<String>
final
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

containsContentType(ContentType? type) bool
containsFileExtension(String path) bool
convert(AquaticEntity entity) Future<AquaticEntity>
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