copyWith method

KoiLabelFeedElement copyWith({
  1. int? dots,
})

Implementation

KoiLabelFeedElement copyWith({int? dots}) {
  return KoiLabelFeedElement(dots: dots ?? this.dots);
}