BlockforestRequestDetails class

Represents the details of a blockfrost request.

Constructors

BlockforestRequestDetails({required int id, required String pathParams, Map<String, String> header = const {}, HTTPRequestType requestType = HTTPRequestType.get, Object? body})
Constructs a new BlockforestRequestDetails instance with the specified parameters.
const

Properties

body Object?
final
hashCode int
The hash code for this object.
no setterinherited
final
id int
Unique identifier for the request.
final
pathParams String
URL path parameters
final
requestType HTTPRequestType
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

copyWith({int? id, String? pathParams, HTTPRequestType? requestType, Map<String, String>? header, Object? body}) BlockforestRequestDetails
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited
url(String uri, String version) String
Generates the complete request URL by combining the base URI and method-specific URI.

Operators

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