menu
cloudbase_ce package
documentation
cloudbase_database/response.dart
DbCreateResponse
DbCreateResponse constructor
DbCreateResponse constructor
dark_mode
light_mode
DbCreateResponse
constructor
DbCreateResponse
(
{
String
?
code
,
String
?
message
,
String
?
requestId
,
String
?
id
,
})
Implementation
DbCreateResponse({ this.code, this.message, this.requestId, this.id, });
cloudbase_ce package
documentation
cloudbase_database/response
DbCreateResponse
DbCreateResponse constructor
DbCreateResponse class