copyWith method

CheckStickerSetName copyWith({
  1. String? name,
})

Implementation

CheckStickerSetName copyWith({String? name}) =>
    CheckStickerSetName(name: name ?? this.name);