menu
annotated_shelf package
documentation
annotated_shelf.dart
RestResponse
RestResponse constructor
RestResponse constructor
dark_mode
light_mode
RestResponse
constructor
RestResponse
(
int
code
,
dynamic
messaje
,
String
contentType
)
Implementation
RestResponse(this.code, this.messaje, this.contentType);
annotated_shelf package
documentation
annotated_shelf
RestResponse
RestResponse constructor
RestResponse class