AquaticEntity class

Constructors

AquaticEntity(dynamic content, {required String path, AquaticSource? source, AquaticOperation operation = AquaticOperation.create, String? slug, Map<String, dynamic>? context, ContentType? contentType, Locale? contentLocale})

Properties

buildTime DateTime
getter/setter pairinherited
charset String?
no setterinherited
content ↔ dynamic
getter/setter pair
contentLanguage String
no setterinherited
contentLocale ↔ Locale
getter/setter pairinherited
contentType ContentType?
getter/setter pairinherited
context Map?
getter/setter pairinherited
hashCode int
The hash code for this object.
no setterinherited
inheritedContext Map?
getter/setter pair
key String
finalinherited
mimeType String?
no setterinherited
operation AquaticOperation
getter/setter pair
path String
getter/setter pairinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
slug String
getter/setter pairinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toMap() Map
toString() String
A string representation of this object.
inherited

Operators

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