GetPayloadRequest class
Constructors
- GetPayloadRequest({required ResourceType resourceType, required String spaceName, required String subpath, required String shortname, String schemaShortname = "", String ext = '.json'})
Properties
- ext → String
-
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- resourceType → ResourceType
-
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- schemaShortname → String
-
final
- shortname → String
-
final
- spaceName → String
-
final
- subpath → String
-
final
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toJson(
) → Map< String, dynamic> - Converts the request to a JSON object.
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited