menu
rq_network_flutter package
documentation
networking/response_model.dart
ResponseHeadersModel
boolFromInt static method
boolFromInt static method
dark_mode
light_mode
boolFromInt
static method
bool
boolFromInt
(
int
i
)
Implementation
static bool boolFromInt(int i) => i == 1;
rq_network_flutter package
documentation
networking/response_model
ResponseHeadersModel
boolFromInt static method
ResponseHeadersModel class