menu
redstonex package
documentation
network-core/definitions/http/request_context.dart
RequestContext
RequestContext.new constructor
RequestContext.new constructor
dark_mode
light_mode
RequestContext
constructor
RequestContext
(
String
identifier
,
Request
request
)
Implementation
RequestContext(this.identifier, this.request) : timestamp = DateTime.now().millisecondsSinceEpoch;
redstonex package
documentation
network-core/definitions/http/request_context
RequestContext
RequestContext.new constructor
RequestContext class