copyWith method
FwStandardModelsFwQueryResponseWebApiModulesSettingsActivityServiceLogActivityServiceLogLogic
copyWith({})
Implementation
FwStandardModelsFwQueryResponseWebApiModulesSettingsActivityServiceLogActivityServiceLogLogic
copyWith(
{List<WebApiModulesSettingsActivityServiceLogActivityServiceLog>?
items,
int? pageNo,
int? pageSize,
int? totalItems,
String? sort}) {
return FwStandardModelsFwQueryResponseWebApiModulesSettingsActivityServiceLogActivityServiceLogLogic(
items: items ?? this.items,
pageNo: pageNo ?? this.pageNo,
pageSize: pageSize ?? this.pageSize,
totalItems: totalItems ?? this.totalItems,
sort: sort ?? this.sort);
}