copyWith method

Shutdown copyWith({
  1. String? shutdown,
})

Implementation

Shutdown copyWith({String? shutdown}) {
  return Shutdown(shutdown: shutdown ?? this.shutdown);
}