menu
xfdn_design_system package
documentation
models/base_response.dart
BaseResponse
noContent static method
noContent static method
dark_mode
light_mode
noContent
static method
BaseResponse
noContent
(
)
Implementation
static BaseResponse noContent() => BaseResponse(true, code: 204);
xfdn_design_system package
documentation
models/base_response
BaseResponse
noContent static method
BaseResponse class