menu
gertec_gs300 package
documentation
core/helpers/models/gertec_response.dart
GertecResponse
GertecResponse constructor
GertecResponse constructor
dark_mode
light_mode
GertecResponse
constructor
GertecResponse
(
{
required
String
message
,
required
bool
success
,
required
dynamic
content
,
})
Implementation
GertecResponse({ required this.message, required this.success, required this.content, });
gertec_gs300 package
documentation
core/helpers/models/gertec_response
GertecResponse
GertecResponse constructor
GertecResponse class