menu
messenger
provider/drift/drift.dart
SlugRow
copyWith method
copyWith
dark_mode
light_mode
copyWith
method
SlugRow
copyWith
(
{
int
?
id
,
String
?
slug
,
})
Implementation
SlugRow copyWith({int? id, String? slug}) => SlugRow(id: id ?? this.id, slug: slug ?? this.slug);
messenger
drift
SlugRow
copyWith method
SlugRow class