menu
zenrtc_sdk package
documentation
models/my_list_update_model.dart
MyDataListUpdateModel
MyDataListUpdateModel.new constructor
MyDataListUpdateModel.new constructor
dark_mode
light_mode
MyDataListUpdateModel
constructor
MyDataListUpdateModel
(
{
required
String
smallestKey
,
required
String
largestKey
,
int
?
lastUpdatedOn
,
})
Implementation
MyDataListUpdateModel({ required this.smallestKey, required this.largestKey, this.lastUpdatedOn, });
zenrtc_sdk package
documentation
models/my_list_update_model
MyDataListUpdateModel
MyDataListUpdateModel.new constructor
MyDataListUpdateModel class