menu
nylo_framework package
documentation
nylo_framework.dart
RedirectRecord
RedirectRecord const constructor
RedirectRecord const constructor
dark_mode
light_mode
RedirectRecord
constructor
const
RedirectRecord
(
int
statusCode
,
String
method
,
Uri
location
)
Implementation
const RedirectRecord(this.statusCode, this.method, this.location);
nylo_framework package
documentation
nylo_framework
RedirectRecord
RedirectRecord const constructor
RedirectRecord class