Seed copyWith({ String? ip, int? port, String? address, }) { return Seed( ip: ip ?? this.ip, port: port ?? this.port, address: address ?? this.address, ); }